Forgotten file.
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 12 Jul 2004 16:15:55 +0000 (16:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 12 Jul 2004 16:15:55 +0000 (16:15 +0000)
gtk/gtkcombobox.c

index b08515dff96dd0340d38396076123d53c3b33d90..79fb9334f088a9dcd19bb1234d756655f0753a5f 100644 (file)
@@ -3882,12 +3882,10 @@ gtk_combo_box_destroy (GtkObject *object)
 {
   GtkComboBox *combo_box = GTK_COMBO_BOX (object);
 
+  gtk_combo_box_popdown (combo_box);
   combo_box->priv->destroying = 1;
-
   GTK_OBJECT_CLASS (parent_class)->destroy (object);
-
   combo_box->priv->cell_view = NULL;
-
   combo_box->priv->destroying = 0;
 }